home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / basic / PureBasic.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  18.1 KB  |  361 lines

  1. Short:    V1.50 - Brand new powerful programming langage. Support for 680x0 and PPC
  2. Author:   alphasnd@free.fr (Fantaisie Software)
  3. Uploader: alphasnd@free.fr (Frederic Laboureur)
  4. Version:  1.50
  5. Type:     dev/basic
  6. Replace:  PureBasic.lha
  7.  
  8.  
  9.    PureBasic is brand new 'high level' programming langage based on the
  10.    previoulsy etablished B.A.S.I.C rules. It ensure a good compatibility
  11.    with similar basic compiler independement of the computer. The learning
  12.    is easy, as basic has been created for beginner and the development time
  13.    is really fast.
  14.  
  15.    This software has been developed for the Amiga with the Amiga enviromment
  16.    in mind. We have put lot of effort in its realization to produce fast,
  17.    reliable and system friendly langage. The respect of the OS is always the
  18.    master word, and you couldn't write bad software with the basic commandset
  19.    provided. Of course, you could add any other functions to bash the hardware
  20.    and use all the Amiga power, if you need it.
  21.  
  22.    The syntax is easy, but the possibities are huge because some 'advanced'
  23.    functions has been added to this langage like pointers, structure,
  24.    procedure, dynamic linked lists, and more.. For the experienced coder,
  25.    there is no problem to access any of the legal OS structures or amiga
  26.    objects.
  27.  
  28.    Finally, PureBasic support the 680x0 processor and the PowerPC processor.
  29.    The 68000 part has been very optimized to output the best code as possible,
  30.    but we're sure we could do even better ! PowerPC part is under heavy
  31.    optimizations.
  32.  
  33.  
  34.    Look yourself at the main features of PureBasic:
  35.  
  36.      - 68000, 68020+ and PowerPC support
  37.      - Built-in Array, dynamic linked list, complex structure, pointer
  38.        and variable definitions
  39.      - Supported types: Byte (8 bit), Word (16 bits), Long (32) and user
  40.        defined ones (structures)
  41.      - Signed (finished) and unsigned (partially) support for standard types
  42.      - Built-in strings type
  43.      - Constants, binary and hexadecimal numbers support
  44.      - Very good expression reducer by grouping constants and numeric numbers together
  45.      - Standard arithmetic support with respect of signs priority and parenthesis:
  46.        +, -, /, *, and, or, lsl, asl, lsr, asr
  47.      - Compile about 30 000 lines/min on a 68030/50
  48.      - Procedure support for structured programming with locals and global variables
  49.      - All Standard BASIC keywords: If-Else-EndIf, Repeat-Until ...
  50.      - External libraries support to manipulate easily objects like IFF pictures,
  51.        screens, windows, gadgets, sprites...
  52.      - Inlined ASM
  53.      - Precompiled structures and constants files for extra fast compiling.
  54.      - Cool debugger to stop the program execution and trace the bugs easily.
  55.      - Configurable CLI compiler
  56.      - System friendly, easy to install and always under development
  57.      - And more !
  58.  
  59.  
  60. ***********
  61.            *
  62. V1.50 News  *
  63.            *
  64. ***********
  65.  
  66.  
  67.   About the compiler:
  68.     * Fixed lot of small bugs
  69.     * Added 68020+ optimisations support
  70.     * New optimisations for even smaller/faster code
  71.     * A bit faster and doesn't lock the editor anymore
  72.     * Localisation support. Errors will be now in your own langage !
  73.  
  74.   About the PureLibraries:
  75.     * Brand new library: PopupMenu, which allows to handle popupmenus
  76.                          very easely
  77.     * Changes about existing functions (check the docs):
  78.         ChunkyToPlanar(), StartTimer(), StopTimer(), InitToolType()
  79.         ButtonGadget(), StringGadget(), CycleGadget(), ListViewGadget()
  80.         PaletteGadget(), OptionGadget()
  81.     * Menu library has been recoded (you can use litteral string for menu
  82.       text now)
  83.     * Bug fixed functions:
  84.         AddSprite(), ReadLong(), LoadPicture(), UseGadgetList(), Left()
  85.         GetToolTypeString(), WindowMouseX(), WindowMouseY()
  86.  
  87.   About the editor:
  88.     * New Structure Viewer to inspect and walk easely in available structures
  89.     * The editor can be opened on it's own screen
  90.     * The editor font can be changed
  91.     * Added 'Run' feature
  92.     * Fixed many bugs
  93.     * Updated the docs
  94.  
  95.       Visit our site web at: http://www.fantaisie-software.fr.fm
  96.  
  97.             Enjoy the Amiga power !
  98.  
  99.                © 2000 - The Fantaisie Software Team -
  100.  
  101.  
  102. ============================= Archive contents =============================
  103.  
  104. Original  Packed Ratio    Date     Time    Name
  105. -------- ------- ----- --------- --------  -------------
  106.     2526    1313 48.0% 18-Jul-00 22:21:12  PureBasic_1.50_Demo.info
  107.     2182    1006 53.8% 18-Jul-00 22:20:44 +PB_Editor.catalog
  108.     4322    1785 58.6% 18-Jul-00 22:20:44 +PB_Compiler.catalog
  109.      771     450 41.6% 18-Jul-00 22:20:44 +Amiga.guide
  110.     4742    1887 60.2% 18-Jul-00 22:20:44 +AmigaSprite.guide
  111.     3936    1572 60.0% 18-Jul-00 22:20:44 +App.guide
  112.     4453    1661 62.6% 18-Jul-00 22:20:44 +BitMap.guide
  113.     6068    2311 61.9% 18-Jul-00 22:20:44 +Chunky.guide
  114.     1390     690 50.3% 18-Jul-00 22:20:44 +Clipboard.guide
  115.    17196    5079 70.4% 18-Jul-00 22:20:44 +Commodity.guide
  116.     8677    2963 65.8% 18-Jul-00 22:20:44 +Drawing.guide
  117.     6587    1885 71.3% 18-Jul-00 22:20:44 +File.guide
  118.     2097     919 56.1% 18-Jul-00 22:20:44 +Font.guide
  119.    24472    6858 71.9% 18-Jul-00 22:20:44 +Gadget.guide
  120.     3337    1486 55.4% 18-Jul-00 22:20:44 +Joypad.guide
  121.     5076    1653 67.4% 18-Jul-00 22:20:44 +LinkedList.guide
  122.     4104    1246 69.6% 18-Jul-00 22:20:42 +Menu.guide
  123.     5022    1805 64.0% 18-Jul-00 22:20:42 +Misc.guide
  124.     1918     533 72.2% 18-Jul-00 22:20:42 +OS.guide
  125.     6410    2251 64.8% 18-Jul-00 22:20:42 +Palette.guide
  126.     3679    1363 62.9% 18-Jul-00 22:20:42 +Picture.guide
  127.    11830    2813 76.2% 18-Jul-00 22:20:44 +PopupMenu.guide
  128.    36828   11392 69.0% 18-Jul-00 22:20:42 +Reference.guide
  129.    30943    8454 72.6% 18-Jul-00 22:20:42 +Requester.guide
  130.    25146    8596 65.8% 18-Jul-00 22:20:42 +Screen.guide
  131.     2040     751 63.1% 18-Jul-00 22:20:44 +Sort.guide
  132.    13550    3434 74.6% 18-Jul-00 22:20:44 +Sound.guide
  133.    11894    3867 67.4% 18-Jul-00 22:20:44 +Sprite.guide
  134.     4042    1241 69.2% 18-Jul-00 22:20:42 +String.guide
  135.     2600    1086 58.2% 18-Jul-00 22:20:42 +TagList.guide
  136.     1797     848 52.8% 18-Jul-00 22:20:44 +Timer.guide
  137.     8469    2571 69.6% 18-Jul-00 22:20:42 +ToolType.guide
  138.     1439     694 51.7% 18-Jul-00 22:20:42 +WBStartup.guide
  139.    33271   11413 65.6% 18-Jul-00 22:20:42 +Window.guide
  140.    25158    9299 63.0% 18-Jul-00 22:20:44 +PureBasic.guide
  141.     2531    1310 48.2% 18-Jul-00 22:21:00 +Extras.info
  142.     1636     855 47.7% 18-Jul-00 22:21:00 +GoldED.info
  143.     3028    1217 59.8% 18-Jul-00 22:21:00 +Commands.txt
  144.     5624    3091 45.0% 18-Jul-00 22:21:00 +PureBasic.parser
  145.      919     382 58.4% 18-Jul-00 22:21:00 +ReadMe
  146.     2837    1383 51.2% 18-Jul-00 22:21:00 +ReadMe.info
  147.     1636     855 47.7% 18-Jul-00 22:21:00 +Localisation.info
  148.      214     125 41.5% 18-Jul-00 22:21:00 +MakeCatalogs
  149.     5227    1885 63.9% 18-Jul-00 22:21:00 +PB_Compiler.cd
  150.     5299    2054 61.2% 18-Jul-00 22:21:00 +PB_Compiler_deutsch.ct
  151.     4819    1843 61.7% 18-Jul-00 22:21:00 +PB_Compiler_english.ct
  152.     5314    1979 62.7% 18-Jul-00 22:21:00 +PB_Compiler_français.ct
  153.     3894    1376 64.6% 18-Jul-00 22:21:00 +PB_Editor.cd
  154.     3652    1520 58.3% 18-Jul-00 22:21:00 +PB_Editor_deutsch.ct
  155.     3825    1566 59.0% 18-Jul-00 22:21:00 +PB_Editor_français.ct
  156.     6920    4022 41.8% 18-Jul-00 22:21:00 +lowlevel.library
  157.    44912   19344 56.9% 18-Jul-00 22:21:00 +popupmenu.library
  158.     2160    1015 53.0% 18-Jul-00 22:20:46 +PB_Editor.catalog
  159.     4332    1717 60.3% 18-Jul-00 22:20:46 +PB_Compiler.catalog
  160.      806     452 43.9% 18-Jul-00 22:20:44 +Amiga.guide
  161.     4899    1898 61.2% 18-Jul-00 22:20:46 +AmigaSprite.guide
  162.     4897    1879 61.6% 18-Jul-00 22:20:44 +App.guide
  163.     7290    2482 65.9% 18-Jul-00 22:20:44 +BitMap.guide
  164.     5389    2009 62.7% 18-Jul-00 22:20:44 +Chunky.guide
  165.     1453     688 52.6% 18-Jul-00 22:20:44 +Clipboard.guide
  166.    15133    4489 70.3% 18-Jul-00 22:20:44 +Commodity.guide
  167.    10679    3218 69.8% 18-Jul-00 22:20:44 +Drawing.guide
  168.     7039    1988 71.7% 18-Jul-00 22:20:44 +File.guide
  169.     2700    1109 58.9% 18-Jul-00 22:20:44 +Font.guide
  170.    32896    8087 75.4% 18-Jul-00 22:20:44 +Gadget.guide
  171.     3650    1544 57.6% 18-Jul-00 22:20:46 +Joypad.guide
  172.     5768    1728 70.0% 18-Jul-00 22:20:44 +LinkedList.guide
  173.     6212    1539 75.2% 18-Jul-00 22:20:44 +Menu.guide
  174.     6208    2234 64.0% 18-Jul-00 22:20:44 +Misc.guide
  175.     1361     485 64.3% 18-Jul-00 22:20:44 +OS.guide
  176.    10049    2750 72.6% 18-Jul-00 22:20:44 +Palette.guide
  177.     4176    1541 63.0% 18-Jul-00 22:20:44 +Picture.guide
  178.    10347    2463 76.1% 18-Jul-00 22:20:46 +PopupMenu.guide
  179.    38360   11818 69.1% 18-Jul-00 22:20:46 +Reference.guide
  180.    32091    8882 72.3% 18-Jul-00 22:20:44 +Requester.guide
  181.    24484    8435 65.5% 18-Jul-00 22:20:44 +Screen.guide
  182.     1839     669 63.6% 18-Jul-00 22:20:46 +Sort.guide
  183.    11574    2997 74.1% 18-Jul-00 22:20:46 +Sound.guide
  184.    10320    3240 68.6% 18-Jul-00 22:20:46 +Sprite.guide
  185.     4526    1250 72.3% 18-Jul-00 22:20:44 +String.guide
  186.     2770    1019 63.2% 18-Jul-00 22:20:44 +TagList.guide
  187.     2378    1058 55.5% 18-Jul-00 22:20:46 +Timer.guide
  188.     6501    2061 68.2% 18-Jul-00 22:20:44 +ToolType.guide
  189.     1098     586 46.6% 18-Jul-00 22:20:44 +WBStartup.guide
  190.    33930   11606 65.7% 18-Jul-00 22:20:44 +Window.guide
  191.    19128    7371 61.4% 18-Jul-00 22:20:46 +PureBasic.guide
  192.     3006    1065 64.5% 18-Jul-00 22:21:00 +Install
  193.     3827    1908 50.1% 18-Jul-00 22:20:58 +Install.info
  194.     2531    1307 48.3% 18-Jul-00 22:20:58 +PureBasic.info
  195.     1129     739 34.5% 18-Jul-00 22:20:56 +Default_Icon.info
  196.     1900    1242 34.6% 18-Jul-00 22:20:56 +ExecutableLib
  197.     6057    1759 70.9% 18-Jul-00 22:20:56 +Extras_ppcmacros.pasm
  198.    90564   37353 58.7% 18-Jul-00 22:20:56 +pAsm
  199.   215856   66635 69.1% 18-Jul-00 22:28:38 +PBCompiler
  200.    65388   41711 36.2% 18-Jul-00 22:20:56 +PhxAss
  201.    13583    1691 87.5% 18-Jul-00 22:20:56 +PPCmacros.pasm
  202.    56668   29356 48.1% 18-Jul-00 22:20:56 +vLink
  203.     1224     742 39.3% 18-Jul-00 22:20:56 +warpup.o
  204.      276      80 71.0% 18-Jul-00 22:20:56 +x.o
  205.     6120    3384 44.7% 18-Jul-00 22:20:48 +Default_Debugger
  206.     2531    1315 48.0% 18-Jul-00 22:20:58 +Examples.info
  207.     2300    1468 36.1% 18-Jul-00 23:09:34 +App.exe
  208.     1884    1164 38.2% 18-Jul-00 23:09:34 +BitMap.exe
  209.     2388    1282 46.3% 18-Jul-00 23:09:34 +Chunky.exe
  210.     1020     729 28.5% 18-Jul-00 23:09:36 +ClipBoard.exe
  211.     2124    1245 41.3% 18-Jul-00 23:09:36 +Commodity1.exe
  212.     2896    1557 46.2% 18-Jul-00 23:09:36 +Commodity2.exe
  213.     2376    2154  9.3% 18-Jul-00 22:20:48 +Bump.IFF
  214.     4964    4026 18.8% 18-Jul-00 22:20:48 +Jump.IFF
  215.     2648    1457 44.9% 18-Jul-00 23:09:36 +Dual_Playfield.exe
  216.     1272     768 39.6% 18-Jul-00 23:09:36 +File.exe
  217.     1672    1029 38.4% 18-Jul-00 23:09:36 +Font.exe
  218.     1380     827 40.0% 18-Jul-00 23:09:36 +Joypad.exe
  219.     1036     656 36.6% 18-Jul-00 23:09:38 +LinkedList.exe
  220.     3048    1834 39.8% 18-Jul-00 23:09:38 +Menu.exe
  221.     1788    1121 37.3% 18-Jul-00 23:09:38 +Palette.exe
  222.     3880    2179 43.8% 18-Jul-00 23:09:38 +Picture.exe
  223.     2976    1633 45.1% 18-Jul-00 23:09:38 +PopupMenu.exe
  224.     4228    2414 42.9% 18-Jul-00 23:09:38 +Program1.exe
  225.     2088    1153 44.7% 18-Jul-00 23:09:38 +Screen.exe
  226.      936     716 23.5% 18-Jul-00 23:09:38 +Sort.exe
  227.     8596    6154 28.4% 18-Jul-00 23:09:40 +Sound.exe
  228.     1404     700 50.1% 18-Jul-00 22:20:48 +App.pb
  229.     2558    1231 51.8% 18-Jul-00 22:20:48 +Asm_Inline.pb
  230.     1643     761 53.6% 18-Jul-00 22:20:48 +BitMap&Drawing.pb
  231.      708     401 43.3% 18-Jul-00 22:20:48 +Chunky.pb
  232.      557     283 49.1% 18-Jul-00 22:20:48 +Clipboard.pb
  233.     3539    1098 68.9% 18-Jul-00 22:20:48 +Commodity1.pb
  234.     4595    1393 69.6% 18-Jul-00 22:20:48 +Commodity2.pb
  235.     2083     923 55.6% 18-Jul-00 22:20:48 +DualPlayfield_Screen.pb
  236.      763     337 55.8% 18-Jul-00 22:20:48 +File.pb
  237.     1289     517 59.8% 18-Jul-00 22:20:48 +Font.pb
  238.     1193     476 60.1% 18-Jul-00 22:20:48 +Joypad.pb
  239.      898     315 64.9% 18-Jul-00 22:20:48 +LinkedList.pb
  240.     1873     813 56.5% 18-Jul-00 22:20:48 +Menu.pb
  241.     1136     516 54.5% 18-Jul-00 22:20:48 +Palette.pb
  242.     1296     542 58.1% 18-Jul-00 22:20:48 +Picture.pb
  243.     1990     714 64.1% 18-Jul-00 22:20:48 +PopupMenu.pb
  244.     2826    1122 60.2% 18-Jul-00 22:20:48 +Program1.pb
  245.     1401     610 56.4% 18-Jul-00 22:20:48 +Screen.pb
  246.      399     226 43.3% 18-Jul-00 22:20:48 +Sort.pb
  247.     2284     802 64.8% 18-Jul-00 22:20:48 +Sound.pb
  248.      211     161 23.6% 18-Jul-00 22:20:48 +String.pb
  249.      435     220 49.4% 18-Jul-00 22:20:48 +Timer.pb
  250.     2457     862 64.9% 18-Jul-00 22:20:48 +ToolType.pb
  251.    15612    4490 71.2% 18-Jul-00 22:20:48 +WaponezII.pb
  252.    12362    3581 71.0% 18-Jul-00 22:20:48 +WildManager.pb
  253.     1122     598 46.7% 18-Jul-00 22:20:48 +Window.pb
  254.      736     541 26.4% 18-Jul-00 23:09:40 +Timer.exe
  255.     2804    1660 40.7% 18-Jul-00 23:09:40 +ToolType.exe
  256.    14276    6393 55.2% 18-Jul-00 23:09:40 +WaponezII.exe
  257.      336     160 52.3% 18-Jul-00 22:20:50 +Back_1
  258.      382     287 24.8% 18-Jul-00 22:20:50 +Back_10
  259.      382     261 31.6% 18-Jul-00 22:20:50 +Back_2
  260.      358     210 41.3% 18-Jul-00 22:20:50 +Back_3
  261.      368     246 33.1% 18-Jul-00 22:20:50 +Back_4
  262.      384     293 23.6% 18-Jul-00 22:20:50 +Back_5
  263.      378     267 29.3% 18-Jul-00 22:20:50 +Back_6
  264.      376     271 27.9% 18-Jul-00 22:20:50 +Back_7
  265.      376     269 28.4% 18-Jul-00 22:20:50 +Back_8
  266.      386     265 31.3% 18-Jul-00 22:20:50 +Back_9
  267.      140      90 35.7% 18-Jul-00 22:20:50 +Blank
  268.     1804    1194 33.8% 18-Jul-00 22:20:50 +Boss
  269.      256     186 27.3% 18-Jul-00 22:20:48 +Bullet
  270.      430     208 51.6% 18-Jul-00 22:20:48 +Bullet_1
  271.      490     220 55.1% 18-Jul-00 22:20:50 +Bullet_2
  272.      478     210 56.0% 18-Jul-00 22:20:50 +Bullet_3
  273.      334     208 37.7% 18-Jul-00 22:20:50 +Bullet_Bottom
  274.      292     211 27.7% 18-Jul-00 22:20:50 +Bullet_Diag1
  275.      308     214 30.5% 18-Jul-00 22:20:50 +Bullet_Diag2
  276.      278     200 28.0% 18-Jul-00 22:20:50 +Bullet_Left
  277.      278     206 25.8% 18-Jul-00 22:20:50 +Bullet_Right
  278.     1200     107 91.0% 18-Jul-00 22:20:50 +DefaultMap
  279.      692     438 36.7% 18-Jul-00 22:20:50 +Ennemy_1
  280.      802     496 38.1% 18-Jul-00 22:20:50 +Ennemy_2_1
  281.      776     482 37.8% 18-Jul-00 22:20:50 +Ennemy_2_2
  282.      598     377 36.9% 18-Jul-00 22:20:50 +Ennemy_3_1
  283.      602     361 40.0% 18-Jul-00 22:20:50 +Ennemy_3_2
  284.      602     310 48.5% 18-Jul-00 22:20:50 +Ennemy_3_3
  285.      602     285 52.6% 18-Jul-00 22:20:50 +Ennemy_3_4
  286.      602     320 46.8% 18-Jul-00 22:20:50 +Ennemy_3_5
  287.      602     357 40.6% 18-Jul-00 22:20:50 +Ennemy_3_6
  288.      598     233 61.0% 18-Jul-00 22:20:50 +Explosion_1
  289.      748     350 53.2% 18-Jul-00 22:20:50 +Explosion_2
  290.      826     470 43.0% 18-Jul-00 22:20:50 +Explosion_3
  291.      900     526 41.5% 18-Jul-00 22:20:50 +Explosion_4
  292.      938     526 43.9% 18-Jul-00 22:20:50 +Explosion_5
  293.      906     457 49.5% 18-Jul-00 22:20:50 +Explosion_6
  294.      832     371 55.4% 18-Jul-00 22:20:50 +Explosion_7
  295.      686     260 62.0% 18-Jul-00 22:20:50 +Explosion_8
  296.      730     441 39.5% 18-Jul-00 22:20:50 +Player_1
  297.      732     424 42.0% 18-Jul-00 22:20:50 +Player_2
  298.      734     428 41.6% 18-Jul-00 22:20:50 +Player_3
  299.    35304    8835 74.9% 18-Jul-00 22:20:48 +Background
  300.    16210   14228 12.2% 18-Jul-00 22:20:48 +Explosion
  301.     1166    1106  5.1% 18-Jul-00 22:20:48 +Lazer
  302.     6392    5103 20.1% 18-Jul-00 22:20:50 +Title_256.iff
  303.    10664    5257 50.7% 18-Jul-00 23:09:40 +WildManager.exe
  304.     1924    1291 32.9% 18-Jul-00 23:09:40 +Window.exe
  305.     2531    1313 48.1% 18-Jul-00 22:20:58 +Help.info
  306.      727     405 44.2% 18-Jul-00 22:20:56 +Amiga.guide
  307.     4298    1653 61.5% 18-Jul-00 22:20:58 +AmigaSprite.guide
  308.     3604    1373 61.9% 18-Jul-00 22:20:58 +App.guide
  309.     9817    2273 76.8% 18-Jul-00 22:20:58 +ASM_Keywords.guide
  310.     3984    1417 64.4% 18-Jul-00 22:20:58 +BitMap.guide
  311.     5357    2018 62.3% 18-Jul-00 22:20:58 +Chunky.guide
  312.     1257     597 52.5% 18-Jul-00 22:20:58 +Clipboard.guide
  313.    15315    4167 72.7% 18-Jul-00 22:20:58 +Commodity.guide
  314.     7611    2473 67.5% 18-Jul-00 22:20:58 +Drawing.guide
  315.     6955    1842 73.5% 18-Jul-00 22:20:58 +File.guide
  316.     1826     777 57.4% 18-Jul-00 22:20:58 +Font.guide
  317.    26396    7392 71.9% 18-Jul-00 22:20:58 +Gadget.guide
  318.    35704    4454 87.5% 18-Jul-00 22:20:58 +Index.guide
  319.    51425    5394 89.5% 18-Jul-00 22:20:58 +IndexAll.guide
  320.     3038    1280 57.8% 18-Jul-00 22:20:58 +Joypad.guide
  321.     4601    1415 69.2% 18-Jul-00 22:20:56 +LinkedList.guide
  322.     3876    1100 71.6% 18-Jul-00 22:20:56 +Menu.guide
  323.     4387    1502 65.7% 18-Jul-00 22:20:56 +Misc.guide
  324.     1673     480 71.3% 18-Jul-00 22:20:58 +OS.guide
  325.     6961    2387 65.7% 18-Jul-00 22:20:58 +Palette.guide
  326.     3442    1209 64.8% 18-Jul-00 22:20:58 +Picture.guide
  327.    10267    2372 76.8% 18-Jul-00 22:20:58 +PopupMenu.guide
  328.    34024   10294 69.7% 18-Jul-00 22:20:58 +Reference.guide
  329.     2837    1374 51.5% 18-Jul-00 22:20:58 +Reference.guide.info
  330.    31541    8458 73.1% 18-Jul-00 22:20:58 +Requester.guide
  331.    24383    7905 67.5% 18-Jul-00 22:20:58 +Screen.guide
  332.     1810     645 64.3% 18-Jul-00 22:20:58 +Sort.guide
  333.    11936    2857 76.0% 18-Jul-00 22:20:58 +Sound.guide
  334.    10459    3231 69.1% 18-Jul-00 22:20:58 +Sprite.guide
  335.     3671    1093 70.2% 18-Jul-00 22:20:58 +String.guide
  336.     2311     923 60.0% 18-Jul-00 22:20:58 +TagList.guide
  337.     1586     703 55.6% 18-Jul-00 22:20:58 +Timer.guide
  338.     7420    2186 70.5% 18-Jul-00 22:20:58 +ToolType.guide
  339.     1149     569 50.4% 18-Jul-00 22:20:58 +WBStartup.guide
  340.    32661   10789 66.9% 18-Jul-00 22:20:58 +Window.guide
  341.       62      57  8.0% 18-Jul-00 22:20:58 +PureBasic
  342.    17630    6945 60.6% 18-Jul-00 22:20:58 +PureBasic.guide
  343.     2837    1374 51.5% 18-Jul-00 22:20:58 +PureBasic.guide.info
  344.      795     507 36.2% 18-Jul-00 22:20:58 +PureBasic.info
  345.    73468   28347 61.4% 18-Jul-00 22:34:20 +PureEditor
  346.      284     164 42.2% 18-Jul-00 22:20:46 +Asl
  347.      876     455 48.0% 18-Jul-00 22:23:36 +LinkedList
  348.     1200     573 52.2% 18-Jul-00 22:20:46 +Misc
  349.     1876    1081 42.3% 18-Jul-00 22:20:46 +Screen
  350.     1024     594 41.9% 18-Jul-00 22:20:46 +String
  351.      560     340 39.2% 18-Jul-00 22:20:46 +TagList
  352.      228     162 28.9% 18-Jul-00 22:20:46 +WbStartup
  353.     2960    1693 42.8% 18-Jul-00 22:20:46 +Window
  354.    61222   23281 61.9% 18-Jul-00 22:20:46 +AmigaOS_Small
  355.    71367   28295 60.3% 18-Jul-00 22:20:46 +AmigaOS_Small.Struct
  356.     2531    1315 48.0% 18-Jul-00 22:20:58 +Tools.info
  357.    23924   11047 53.8% 18-Jul-00 22:20:58 +FDConvertor
  358.      788     494 37.3% 18-Jul-00 22:20:58 +FDConvertor.info
  359. -------- ------- ----- --------- --------
  360.  2117966  772987 63.5% 30-Jul-100 04:56:26   253 files
  361.